Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ItemEventArgs<T> Class / Type Property


In This Topic
    Type Property (ItemEventArgs<T>)
    In This Topic
    Specifies how the item changed
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As ItemChangedType
    'Usage
     
    
    Dim instance As ItemEventArgs(Of T)
    Dim value As ItemChangedType
     
    value = instance.Type
    public ItemChangedType Type {get;}
    See Also